home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TLINEDIALOG / TLINEDIALOG.txt
Text File  |  1997-06-09  |  2KB  |  89 lines

  1. object LineDialog: TLineDialog
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Capture'
  7.   ClientHeight = 112
  8.   ClientWidth = 217
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 18
  19.     Width = 131
  20.     Height = 13
  21.     Caption = 'How many lines to capture?'
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object OKBtn: TBitBtn
  29.     Left = 48
  30.     Top = 76
  31.     Width = 77
  32.     Height = 27
  33.     Font.Color = clBtnText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 1
  39.     Kind = bkOK
  40.     Margin = 2
  41.     Spacing = -1
  42.     IsControl = True
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 132
  46.     Top = 76
  47.     Width = 77
  48.     Height = 27
  49.     Font.Color = clBtnText
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     TabOrder = 2
  55.     Kind = bkCancel
  56.     Margin = 2
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object Lines: TEdit
  61.     Left = 152
  62.     Top = 16
  63.     Width = 52
  64.     Height = 21
  65.     AutoSize = False
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     Text = '1'
  73.   end
  74.   object AllLine: TCheckBox
  75.     Left = 139
  76.     Top = 48
  77.     Width = 65
  78.     Height = 17
  79.     Alignment = taLeftJustify
  80.     Caption = 'All lines'
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 3
  87.   end
  88. end
  89.